header {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }
  header > .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 1%;
    height: 80px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 768px) {
      header > .inner {
        width: 100%;
        padding: 0 2.5%;
        height: 60px; } }
    header > .inner nav {
      z-index: 10; }
      header > .inner nav.gnav {
        width: auto;
        background: rgba(0, 0, 0, 0.75);
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.2s;
        transform: translate(-100%);
        overflow-y: auto; }
        header > .inner nav.gnav.open {
          transition: all 0.6s;
          transform: translate(0); }
        header > .inner nav.gnav.scroll {
          overflow-y: scroll; }
        header > .inner nav.gnav ul {
          padding: 80px 70px 25px;
          list-style: none;
          text-align: left; }
          @media screen and (max-width: 768px) {
            header > .inner nav.gnav ul {
              padding: 80px 30px 15px; } }
          header > .inner nav.gnav ul li {
            text-decoration: none;
            padding: 20px 0;
            border-bottom: 1px solid  #787878;
            padding-right: 25px; }
            header > .inner nav.gnav ul li:first-child {
              border-top: 1px solid  #787878; }
            header > .inner nav.gnav ul li a {
              font-size: 15px;
              text-align: left;
              text-decoration: none;
              color: #ffffff;
              width: 100%;
              height: 100%;
              white-space: nowrap; }
              header > .inner nav.gnav ul li a span {
                color: #f00;
                font-size: 15px; }
              header > .inner nav.gnav ul li a:hover {
                opacity: 0.7; }
    header > .inner .logo1 {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 2; }
      @media screen and (max-width: 768px) {
        header > .inner .logo1 img {
          height: 55px; } }
    header > .inner .logo2 {
      width: 110px; }
      @media screen and (max-width: 768px) {
        header > .inner .logo2 {
          width: 100px; } }

.lineup_bnr {
  background: #fff;
  font-size: 0;
  border-bottom: 1px solid  #6f6f6f; }
  .lineup_bnr a {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .lineup_bnr a:hover {
      opacity: 0.9; }
  .lineup_bnr img {
    width: 100%;
    height: 100%; }

footer .bottom_link {
  width: 100%;
  padding: 70px 0 25px;
  text-align: center;
  border-bottom: 1px solid  #b3b3b3; }
  @media screen and (max-width: 768px) {
    footer .bottom_link {
      padding: 35px 0 0; } }
  footer .bottom_link .logo {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      footer .bottom_link .logo {
        margin-bottom: 30px; }
        footer .bottom_link .logo img {
          width: 120px; } }
  footer .bottom_link .bottom_nav {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      footer .bottom_link .bottom_nav {
        display: block; } }
    footer .bottom_link .bottom_nav .logo_eagle {
      width: 40px; }
      @media screen and (max-width: 768px) {
        footer .bottom_link .bottom_nav .logo_eagle {
          display: none; } }
    footer .bottom_link .bottom_nav ul {
      -js-display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: -webkit- center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        footer .bottom_link .bottom_nav ul {
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      footer .bottom_link .bottom_nav ul li {
        /*&:nth-child(-n+2){
        	a{
        		color: #b3b3b3 !important;
        	}
        }*/ }
        @media screen and (min-width: 768px) {
          footer .bottom_link .bottom_nav ul li:not(:last-child) {
            margin-right: 12px; } }
        @media screen and (max-width: 768px) {
          footer .bottom_link .bottom_nav ul li {
            width: 50%;
            border-top: 1px solid  #b3b3b3; }
            footer .bottom_link .bottom_nav ul li:nth-child(odd) {
              border-right: 1px solid  #b3b3b3; } }
        footer .bottom_link .bottom_nav ul li.act a, footer .bottom_link .bottom_nav ul li:hover a {
          color: #999; }
        footer .bottom_link .bottom_nav ul li a {
          color: #fff;
          font-size: 14px;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            footer .bottom_link .bottom_nav ul li a {
              padding: 15px 0;
              display: block;
              font-size: 12px;
              text-align: center; } }
footer .copy_area {
  width: 100%;
  padding: 15px 0; }
  footer .copy_area > .inner {
    max-width: 1000px;
    margin: 0 auto; }
  footer .copy_area ul {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    @media screen and (max-width: 768px) {
      footer .copy_area ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    footer .copy_area ul li {
      line-height: 1;
      color: #fff;
      margin-right: 40px; }
      @media screen and (min-width: 768px) {
        footer .copy_area ul li:nth-last-child(2) {
          margin-right: 0; }
        footer .copy_area ul li:first-child {
          margin-left: auto; } }
      @media screen and (max-width: 768px) {
        footer .copy_area ul li {
          width: 50%;
          margin: 0;
          text-align: center; } }
      footer .copy_area ul li:last-child {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 768px) {
          footer .copy_area ul li:last-child {
            position: static;
            width: 100%;
            -moz-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            margin-top: 20px; } }
      footer .copy_area ul li a {
        font-size: 10px;
        color: #fff; }
      footer .copy_area ul li small {
        font-size: 12px; }

.icon-animation {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  top: -7px;
  z-index: 30; }
  @media screen and (max-width: 768px) {
    .icon-animation {
      display: block; } }
  .icon-animation.is-open .top {
    transform: translateY(0px) scale(0); }
  .icon-animation.is-open .bottom {
    transform: translateY(0px) scale(0); }
  .icon-animation.is-open .middle:before {
    transform: rotate(45deg); }
  .icon-animation.is-open .middle:after {
    transform: rotate(-45deg); }
  .icon-animation span {
    transition: all 0.3s;
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px; }
  .icon-animation .top {
    transform: translateY(-10px) scale(1); }
  .icon-animation .bottom {
    transform: translateY(10px) scale(1); }
  .icon-animation .middle {
    background: none;
    position: relative; }
    .icon-animation .middle:before {
      transition: all 0.3s;
      content: "";
      width: 30px;
      height: 3px;
      background: #fff;
      display: block;
      transform: rotate(0deg);
      position: absolute; }
    .icon-animation .middle:after {
      transition: all 0.3s;
      content: "";
      width: 30px;
      height: 3px;
      background: #fff;
      display: block;
      transform: rotate(0deg);
      position: absolute; }
  .icon-animation:after {
    content: "MENU";
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 1px;
    bottom: -15px;
    white-space: nowrap;
    display: none; }

/*# sourceMappingURL=include.css.map */
